From: Adrian Robert Date: Fri, 18 Sep 2009 21:27:11 +0000 (+0000) Subject: * nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10404 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=06bf5929ab4c602e3e10d0f370a88f13cc48a2ef;p=emacs.git * nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and don't update the NSWindow itself. (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve state detection and store user rect ourselves. (Bug #3581) --- diff --git a/src/ChangeLog b/src/ChangeLog index 2c3b3a5db15..0a4d3afa075 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -9,6 +9,10 @@ * nsterm.m (ns_no_defaults): Remove. (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources. (ns_use_qd_smoothing): Remove legacy variable. + (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and + don't update the NSWindow itself. + (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve + state detection and store user rect ourselves. (Bug #3581) * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use ns_use_qd_smoothing.